-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add side panel component #897
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -59,6 +62,18 @@ export const Dashboard: React.VFC = () => { | |||
selectedNetworkIds={selectedNetworkIds} | |||
/> | |||
</Section> | |||
<button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For demo purposes, will remove once approved. Please ignore the failing dashboard coverage, I'll be gone once do the cleanup.
# Conflicts: # src/domains/dashboard/pages/Dashboard/Dashboard.tsx
…dd-side-panel # Conflicts: # src/domains/dashboard/pages/Dashboard/Dashboard.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments on slack
…dd-side-panel # Conflicts: # src/app/components/SidePanel/SidePanel.tsx
Summary
Closes: https://app.clickup.com/t/86dvm904d
Design: https://www.figma.com/design/OX18z9oCfYiV4cW35bzxsu/ARKVault-Mainsail?node-id=23574-36419&m=dev
This PR implements a side panel component:
Screencast.from.2025-01-17.14-08-55.webm
Checklist